github.com/hyperion-hyn/go-ethereum@v2.4.0+incompatible/docs/Security/Framework/Decentralized Application/Frontend Components.md (about)

     1  ## Frontend
     2  
     3  As any traditional application, dApps Client/Server component has to follow application security best practices. 
     4  Its recommended to use a Secure Software Development Lifecycle (SSDLC) to implement any application. 
     5  In general Secure Development Lifecycle include the following phases :
     6  
     7  - Risk Assessment Phase.
     8  - Threat Modeling, and Secure Design Review Phase.
     9  - Static Source Code Analysis Phase.
    10  - Security Testing, and Manual Secure Source Review Phase.
    11  - Security Assessment of Configuration of Deployment Pipeline Phase.